{% if title %}
Bookstore - userProfile - {{ title }}
{% else %}
Bookstore - userProfile
{% endif %}
Aviation Job Board
{%if user.is_authenticated%}
Profile
(current)
Switch User
(current)
{%else%}
Sign in
(current)
Sign up
(current)
{%endif%}
{% block content %}{% endblock %}